home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 January
/
PCWorld_2002-01_cd.bin
/
Novinky
/
Becher
/
1. Zlaty Kalich
/
ZlatyKalich.exe
/
scripts
/
DefineButton2_1750
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2001-11-12
|
423b
|
24 lines
on(release){
_root.stopdragall();
if(_root.poz == "b")
{
_root.pepa.gotoAndPlay("bd");
}
else if(_root.poz == "d")
{
call("/:gotodohor");
}
else if(_root.poz == "e")
{
_root.pepa.gotoAndPlay("ed");
}
else if(_root.poz == "f")
{
_root.pepa.gotoAndPlay("fd");
}
else if(_root.poz == "x")
{
_root.pepa.gotoAndPlay("xd");
}
}